/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.side-bar a,.chat-tips i {
	background-image: url(../img/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 155px;
	right: 25px;
	font-size: 0;
	line-height: 0;
	z-index: 1000;
}
.side-bar a {
	width: 48px;
	height: 63px;
	display: inline-block;
}

.side-bar .icon-qq {
	background-position: 0 -62px;
}
.side-bar .icon-chat {
	background:url("../images/erweima2.png") no-repeat; 
	position: relative;
}
/*.side-bar .icon-chat:hover {background:url("../images/erweima2.png") no-repeat;  }*/
.side-bar .icon-chat:hover .chat-tips {
	
	display: block;
}
.side-bar .icon-blog {
	background-position: 0 -198px;
}
.side-bar .icon-mail {
	background-position: 0 -266px;
}
.side-bar .icon-totop {
	background:url("../images/top.png") no-repeat;
}
.side-bar .icon-totop:hover {
	background:url("../images/top2.png") no-repeat;
}
.chat-tips {
	padding: 20px;
	position: absolute;
	right: 78px;
	top: -155px;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 60px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 150px;
	height: 150px;
}


